The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112 // Copyright (c) 2023 Yuki Kimoto// MIT License#ifndef SPVM_PUBLIC_API_H#define SPVM_PUBLIC_API_H#include "spvm_typedecl.h"#include "spvm_native.h"SPVM_ENV* SPVM_PUBLIC_API_new_env();#endif
// Copyright (c) 2023 Yuki Kimoto
// MIT License
#ifndef SPVM_PUBLIC_API_H
#define SPVM_PUBLIC_API_H
#include "spvm_typedecl.h"
#include "spvm_native.h"
SPVM_ENV* SPVM_PUBLIC_API_new_env();
#endif