Remove stack overflow handler stub for wasm.

This commit is contained in:
Vytautas Astrauskas 2020-04-02 07:15:12 -07:00
parent baa6d557a7
commit ec8275c364

View File

@ -1,11 +1,3 @@
pub struct Handler;
impl Handler {
pub unsafe fn new() -> Handler {
Handler
}
}
pub unsafe fn init() {}
pub unsafe fn cleanup() {}