Merge branch 'trunk' of github.com:rtfeldman/roc into wasm-str-builtins

This commit is contained in:
Brian Carroll 2021-11-17 14:36:52 +00:00
commit 751bfd842c

View file

@ -1,6 +1,6 @@
// Wasm pointers are only 32bit. This effects RocStr.
// These are versions of the str tests assuming 32bit pointers.
#![cfg(not(feature = "gen-dev"))]
#![cfg(feature = "gen-wasm")]
// TODO: We need to make these tests work with the llvm wasm backend.