Merge pull request #1907 from rtfeldman/cleanup-zig-artifact-gen

generate wasm32 object file containing the builtins
This commit is contained in:
Richard Feldman 2021-11-07 23:43:47 +00:00 committed by GitHub
commit 79080fb3f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 152 additions and 110 deletions

View file

@ -1,8 +1,8 @@
use std::ops::Index;
pub const OBJ_PATH: &str = env!(
"BUILTINS_O",
"Env var BUILTINS_O not found. Is there a problem with the build script?"
"BUILTINS_HOST_O",
"Env var BUILTINS_HOST_O not found. Is there a problem with the build script?"
);
#[derive(Debug, Default)]