Unlock abi from wasm32 OS for the sake of LSP

This commit is contained in:
mars 2022-11-03 17:53:04 -06:00
parent 47f0894cbd
commit 325a85eb39
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ use bytemuck::{Pod, Zeroable};
pub use glam::Vec2;
use num_derive::{FromPrimitive, ToPrimitive};
#[cfg(target_arch = "wasm32")]
pub mod api;
#[repr(C)]